vr2-3-26.wrl


[ VRML source code ]

#VRML V2.0 utf8
#vr2-3-26.wrl
Transform {
  scale 1 3 1
  children DEF Stone Shape {
    appearance Appearance {
      material Material {
        diffuseColor 0.8 0.8 0.8
      }
    }
    geometry Sphere { radius 5 }
  }
}
Transform {
  translation -12 0 0
  rotation 0 0 1 1.57079
  children Shape {
    appearance Appearance {
      texture ImageTexture {
        url  "wood.gif"
      }
      textureTransform TextureTransform {
        rotation 1.5708
      }
    }
    geometry Box { size 4 40 4 }
  }
}
Transform {
  scale 0.2 1 1
  rotation 0 0 1 -1
  children DEF String Shape {
    appearance Appearance {
      material Material {
        diffuseColor 1 1 0
      }
    }
    geometry Sphere { radius 7 }
  }
}
Transform {
  scale 0.2 1 1
  rotation 0 0 1 1
  children USE String
}

vr2-3-26a.wrl


[ VRML source code ]

#VRML V2.0 utf8
#vr2-3-26a.wrl
Transform {
  scale 1 3 1
  children DEF Stone Shape {
    appearance Appearance {
      material Material {
        diffuseColor 0.8 0.8 0.8
      }
    }
    geometry Sphere { radius 5 }
  }
}
Transform {
  translation -12 0 0
  rotation 0 0 1 1.57079
  children Shape {
    appearance Appearance {
      texture ImageTexture {
        url  "wood.gif"
      }
    }
    geometry Box { size 4 40 4 }
  }
}
Transform {
  scale 0.2 1 1
  rotation 0 0 1 -1
  children DEF String Shape {
    appearance Appearance {
      material Material {
        diffuseColor 1 1 0
      }
    }
    geometry Sphere { radius 7 }
  }
}
Transform {
  scale 0.2 1 1
  rotation 0 0 1 1
  children USE String
}

vr2-3-26h.html